home *** CD-ROM | disk | FTP | other *** search
- rem Register the service interface type library
-
- regsvr32 /c /s ServiceInterface.tlb
-
- rem Register the example service ActiveX DLLs
-
- regsvr32 /c /s ServiceEx1\ServiceEx1.dll
- regsvr32 /c /s ServiceEx2\ServiceEx2.ocx
-
- rem Install the example services
-
- ServiceHost install name=ServiceEx1 display="Service Example 1" progid=ServiceEx1.ExampleService
- ServiceHost install name=ServiceEx2 display="Service Example 2" progid=ServiceEx2.ExampleService
-